Skip to main content
GET
Get fulfillment option
Returns one fulfillment option by external id. Use this endpoint after the customer selects a fulfillment mode to load its name, type code, and status for the storefront.
Requires a Fire spark access token obtained through token exchange.

Path parameters

Request

Response

The response wraps a single fulfillment object in data. The shape matches list fulfillment options.

Fulfillment fields

See list fulfillment options for the full schema.
Use the fulfillment type when loading stores and checking which locations expose that mode. Store responses nest operational rules under fulfillment.<type>.

Error responses

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

External fulfillment identifier.

Required string length: 1 - 64
Pattern: ^[a-zA-Z0-9_-]+$

Response

200 - application/json

Ok

data
object